You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Units Namespace > Classes > Statistics Class > Statistics Methods > Statistics.StudentFit Method
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
Statistics.StudentFit Method

Calculate parameter for Student-T distributed values.

Syntax
C#
Visual Basic
public static void StudentFit([In] TVec X, out int Nu, int MaxIter, double Tolerance);
Parameters 
Description 
[In] TVec X 
Stores data which is assumed to follow Student-T distribution. 
out int Nu 
Return Student-T distribution parameter estimator Nu. 
int MaxIter 
Maximum number of iterations needed for deriving a, b and d. 
double Tolerance 
Defines the acceptable tolerance for calculating a and b. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!